home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / relocsrt.lha / RelocSort.doc < prev   
Text File  |  1995-11-02  |  1KB  |  35 lines

  1. RelocSort 37.1:
  2.  
  3.     This is a program that will sort all your reloc tables. The problem is that
  4. SAS/C, given the exact same source, will generate exactly the same CODE and
  5. DATA hunks in an executable, but can produce the RELOC table entries in a
  6. different order. Technically the program is the same, however if to separate
  7. compiles of the same program need to be compared, they may not seem to be the
  8. same. The problem is not with slink, it is to do with the code generation phase
  9. of compilation. Its command line interface is:
  10.  
  11.     FROM/A,TO/A,VERBOSE/S
  12.  
  13.     FROM is the name of the executable to sort. TO is where it is to go to.
  14. They may be the same file name. The VERBOSE option will have RelocSort print
  15. out hunk information as it parses it.
  16.  
  17.     This program does NOT support overlay hunks. It does not even skip them
  18. properly.
  19.  
  20.     No other bugs known. I take no responsibility for any damages resulting
  21. directly or indirectly from using this program.
  22.  
  23.     C source is available from me - just ask.
  24.  
  25.     Any comments, bug reports, gifts, money can be sent to:
  26.  
  27. e-mail:
  28.     stuartm@zip.com.au
  29.  
  30. snail-mail:
  31.     Stuart MacKinnon
  32.     6/5 Abbey Street
  33.     Randwick NSW
  34.     Australia 2031
  35.